|
An online judge is an online system to test programs in programming contests. They are also used to practice for such contests. Many of these systems organize their own contests. The system can compile and execute code, and test them with pre-constructed data. Submitted code may be run with restrictions, including time limit, memory limit, security restriction and so on. The output of the code will be captured by the system, and compared with the standard output. The system will then return the result. When mistakes were found in a standard output, rejudgement using the same method must be made. Online Judges have ranklists showing users with the biggest number of accepted solutions and shortest execution time for a particular problem.〔(Programming Challenges (Skiena & Revilla) ) ISBN 0387001638, ISBN 978-0387001630〕 ==See also== *ACM International Collegiate Programming Contest *International Olympiad in Informatics *Sphere Online Judge *TopCoder *Codeforces *Valladolid Problem Archive 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「online judge」の詳細全文を読む スポンサード リンク
|